code vault - setdlgitemfloatWhat links here?

Code



  1. include <windows.h>
  2. include <windowsx.h>


  1. include <stdio.h>


//#################################################################################### // Set the text of a control in a dialog box to the string representation of the // specified float value //#################################################################################### BOOL SetDlgItemFloat(HWND hwnd, int nIDDlgItem, float value, char* format) { char work[100]; BOOL result; sprintf(work, format, value); dbgprintf("setting %d to %s\n", nIDDlgItem, work); result = SetDlgItemText(hwnd, nIDDlgItem, work); return result; }
code vault - setdlgitemfloat
filename:code vault - setdlgitemfloat
filename:code%20vault%20%2D%20setdlgitemfloat
last edit:March 26 2009 20:12:36 (5518 days ago)
ct = 1714947838.000000 = May 05 2024 18:23:58
ft = 1238112756.000000 = March 26 2009 20:12:36
dt = 476835082.000000